home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utils.lha / gnu / README-2.6.0 < prev   
Encoding:
Text File  |  1994-08-01  |  25.6 KB  |  708 lines

  1. Short: gcc v2.6.0 - C/C++/ObjC Compiler set for AmigaDOS
  2. Type: dev/gcc
  3. Uploader: phb@colombo.telesys-innov.fr
  4. Author: phb@colombo.telesys-innov.fr
  5.  
  6. This directory contains the 2.6.0 release of the GNU C compiler.
  7.  
  8. The GNU C compiler is free software.  See the file COPYING for copying
  9. permission.
  10.  
  11. ===============
  12. How to get help
  13. ===============
  14.  
  15. There's an amiga-gcc mailing list running in Finland, read README-LIST file.
  16. This is the preferred place to ask for help since I'm on this list and
  17. every GCC developers also, libnix & ixemul authors, etc...
  18.  
  19. Short: send an email to listserv@lists.funet.fi, and put in body:
  20.     subscribe amiga-gcc-port your_first_name your_last_name
  21.  
  22. Otherwise you can contact me at:
  23.  
  24.     Philippe BRAND
  25.     Fidonet: Ramses The Amiga Flying BBS 2:320/104.21
  26.     Email:   phb@colombo.telesys-innov.fr (ONLY for personal email).
  27.     Ftp:     colombo.telesys-innov.fr:/pub/amigados-gnu
  28.              or /pub/incoming/uploads for uploads.
  29.  
  30. Note: I'll forward any question to this mailing-list, but please use it
  31. directly, except when you send files, in this case send them to my ftp site.
  32.  
  33. ============
  34. Requirements
  35. ============
  36.  
  37. - Systems:
  38. Any Amiga (ranging from A1000 up to A4000/40, including CD-32 & SX-1) will
  39. run amigados-gnu utilities.
  40.  
  41. - Memory:
  42. A minimum of 4MB free memory is needed in order to compile small/medium
  43. projects.
  44. More memory will be needed for large projects, such as recompiling gcc
  45. itself.
  46. Gigamem is known to work with GCC so *maybe* less memory will work. But in this
  47. case, you'll need an MMU equiped amiga (A3000,A4000/40, etc...).
  48. VMM40 (Public Domain Virtual memory manager) is also known to work with GCC.
  49.  
  50. - OS:
  51. Starting from this release, 1.3 systems are not longer supported.
  52. Gcc runs fine on all other systems, starting from 2.04 up to 3.1 (40.68).
  53.  
  54. - Disk Space;
  55. An installation of gcc requires the use of a hard disk. Approximately 10MB is
  56. required at present to install the compiler and utilities required to use it.
  57. In addition 3MB is required for the Commodore Developer Kit, which is required
  58. to be able to compile AmigaDOS specific programs. This kit is available direct
  59. from Commodore-Amiga.
  60.  
  61. ==========================
  62. What's new in this release
  63. ==========================
  64.  
  65. 2.6.0
  66.  
  67. - Read FSF NEWS-2.6.0 file included.
  68. - Extensive internal compiler bugs fixed (see ChangeLog in gcc sources for
  69.   details), tons of bugs fixed for C++ support.
  70. - ld changed (see note for ld below).
  71. - new ixemul.library, with optimized versions for accelerated Amigas, see
  72.   README-ixemul & ixemul.guide for more informations.
  73. - new C library (libnix) disabling use of ixemul.library for generated
  74.   programs (best use for AmigaDOS specific programs). Full ANSI compliant, see
  75.   README-libnix & libnix.guide for more informations.
  76. - revised inline headers in accordance with new ixemul.library.
  77. - libamiga.a is now distributed with gcc-2.6.0.
  78. - as v2.3 is included, along with a macro-assembler (gasp).
  79. - stderrfix.o (see below) patch applied.
  80. - Upgrade to libg++-2.6.
  81. - Gcc now supports $VER string for AmigaDOS version compatibility.
  82.  
  83. =================================
  84. What was new in previous releases
  85. =================================
  86.  
  87. 2.5.8
  88.  
  89. - Read FSF NEWS-2.5.8 file included.
  90. - ld behavior over symbols changed (see note below).
  91. - added flavors so that linker will take appropriate libraries according to
  92.   gcc options (m68020 libraries/baserel libraries, etc...).
  93. - gpc (GNU-Pascal) v1.03 added.
  94. - all utilities recompiled with gcc-2.5.8.
  95. - plain 68000 and 68020+68881 versions of all binaries available.
  96. - More internal compiler bugs fixed (see ChangeLog in gcc sources for details),
  97.   some for C++ support.
  98. - GCC-Install script fixed by Claus Deckhut (to be used with full distrib).
  99. - Upgrade to libg++-2.5.3.
  100. - trace.c updated by J. Hoehle to avoid buffer overflows.
  101.  
  102. 2.5.7:
  103.  
  104. - Read FSF NEWS file included.
  105. - More internal compiler bugs fixed (see ChangeLog in gcc sources for details),
  106.   a lot for C++ support.
  107. - Fred Fish seems to have finally found an annoying bug which prevented
  108.   to compile a resident version of GCC, or to compile resident programs. But
  109.   don't try it anyway 'cause there's still lack of library support as for now.
  110. - Man command now works, this one was my fault (well in fact like others ;-),
  111.   fix done by Tom Haiko.
  112. - Infoview works also, it was an internal path problem.
  113. - libamy.a HAS TO BE RENAMED to libamiga.a because new ld won't find libamy.a
  114. - upgrade to new C++ library v2.5.1.
  115.  
  116. =======
  117. Authors
  118. =======
  119.  
  120. Gcc v2.2.2 port:   Markus Wild
  121. Gcc v2.3.3 port:   Markus Wild
  122. Gcc v2.4.5 port:   Philippe Brand, Lars Hecking, Fred Fish
  123. Gcc v2.5.0 and up: Philippe Brand, Fred Fish, Leonard Norrgard 
  124.  
  125. Ixemul.library:    Markus Wild, Leonard Norrgard, Raphel Luebbert
  126. Libnix:            Matthias Fleischer, Gunther Nikl
  127.  
  128. Thanks to all amiga-gcc-port mailing-list users for their reports and support
  129. for a better amigados-gcc and documentation.
  130.  
  131. =======
  132. Sources
  133. =======
  134.  
  135. These archives should contain everything necessary to get you going, they
  136. don't include sources for all tools (have a look at end of paragraph).
  137.  
  138. As stated by Richard Stallman of the FSF:
  139.  
  140. "The GPL says that any distribution of binaries must contain either the
  141. source code or a written offer to supply source code (see the GPL for
  142. details of what is required)."
  143.  
  144. If you're interested in the sources required to rebuild gcc, get the
  145. gcc260-src.lha, which hold sources for gcc. Those archives should be stored
  146. either the same ftp site you got this binary distribution from (if they're
  147. not, tell the manager of that ftp site, as this is a requirement of the
  148. GNU Copyright LICENSE), either at ftp.gnu.ai.mit.edu:/pub/gnu, either on
  149. Ramses BBS (phone numbers listed below).
  150.  
  151. If you have those archives, you can skip to next paragraph. If you have
  152. original FSF sources, you'll have to apply the gcc patch-file in src-patches/,
  153. and configure for `amigados'. Please note that you should have at least 40MB
  154. left or your HD and 8MB of memory minimum in order to rebuild gcc up to stage3.
  155. An accelerated Amiga is welcome, as it took me 4,5 hours to generate a single
  156. pass. So 3 passes makes 4,5 x 3 = 13,5 hours.
  157.  
  158. Sources for other tools only included as binaries are available separately
  159. in self-contained archives, usually having their name into the archive-name.
  160.  
  161. File                What
  162.  
  163. gcc260-src.lha            C/C++/ObjC compiler sources & diff file
  164. gas-2.3-src.lha            GNU assembler sources & diff file
  165. libnix-0.5.lha            libnix sources and binaries
  166. ixemul-40.3-src.lha        ixemul sources and libraries
  167. binutils-1.8.x-src.lha        Sources for ld/ar/ranlib & diff file
  168. gdbm-1.7.3-src.lha        Sources for gdbm & diff file
  169. make-3.71-src.lha        make sources & diff file
  170. patch-2.1-src.lha        patch sources, needed to apply diff files
  171. sed-2.05-src.lha        sed sources & diff file
  172. gawk-2.15.5-src.lha        GNU awk sources & diff file
  173. diffutils-2.6-src.lha        diff utility sources & diff file
  174. fileutils-3.9-src.lha        file utilities sources & diff file
  175. shellutils-1.9.4-src.lha    shell utilities sources & diff file
  176. textutils-1.9-src.lha        text utilities sources & diff file
  177. grep-2.0-src.lha        grep sources & diff file
  178. bison-1.22-src.lha        bison (yacc replacement) sources & diff file
  179. flex-2.4.6-src.lha        flex (lex replacement) sources & diff file
  180. texinfo-3.1-src.lha        texinfo (includes makeinfo) sources & diff file
  181. gzip-1.2.4-src.lha        gzip sources & diff file
  182. tar-1.11.2-src.lha        gtar sources & diff file
  183. cpio-2.3-src.lha        cpio sources & diff file
  184. find-3.8-src.lha        find sources & diff file
  185. gdbm-1.7.3-src.lha        database manip. library sources & diff file
  186. termcap-1.2-src.lha        termcap library sources & diff file
  187. libm-5.6-src.lha        BSD mathematic library sources & diff file
  188.  
  189.  
  190. NOTE:
  191. All sources archives are amiga ready, and amiga specific diff file located
  192. in 'amiga' directory. To recompile a tool, just run a 'configure amigados'
  193. then a 'make'.
  194. Exceptions are libnix, ixemul which have their own archives, both binary &
  195. sources.  On Aminet sites, libnix & ixemul in /pub/amiga/dev/gcc.
  196.  
  197. =====
  198. Where
  199. =====
  200.  
  201. **** All GNU sources & binaries are available on:
  202.  
  203. - Aminet sites (wuarchive.wustl.edu and mirrors such as ftp.luth.se)
  204.     in /pub/amiga/dev/gcc
  205.  
  206. - Ramses The Amiga Flying BBS  +33-1-60037015  HST Dual v32 terbo 4800-21600
  207.                                +33-1-60037713  SupraFax v32bis    4800-14400
  208.                                +33-1-60037716  Tornado v22bis     1200-2400
  209.     in Topic "Development", Area "Gcc"
  210.  
  211. - FreshFish CDs from Fred Fish           Amiga Library Services
  212.     in :GNU/bin, :GNU/src, :GNU/lib dirs.  610 N. Alma School Road, Suite 18
  213.                        Chandler, AZ 85224-3687
  214.                        USA
  215.                        Fax: (602) 917-0917 (no voice phone
  216.                        orders, FAX only)
  217.  
  218. **** GNU source code is available on:
  219.  
  220. - same FTP site you've taken these archives
  221.  
  222. - gnu.prep.ai.mit.edu 18.71.0.38
  223.     in /pub/gnu
  224.  
  225. - Ramses The Amiga Flying BBS
  226.     in Topic "AmigaUnix/Unix/Linux/NetBSD", Area "Gnu Source Code"
  227.  
  228. - FreshFish from Fred Fish
  229.     in :GNU/src
  230.  
  231. ======
  232. Layout
  233. ======
  234.  
  235. Gcc-2.6.0 is split up into 14 archives:
  236.  
  237. gcc260-readme.lha    holds readmes files (include installation notes).
  238. gcc260-base.lha         basic gcc distribution, hold necessary files.
  239. gcc260-c.lha        C compiler.
  240. gcc260-c-020.lha    68020+68881 version of C compiler.
  241. gcc260-c++.lha        C++ compiler, headers and libraries.
  242. gcc260-c++-020.lha    68020+68881 versions of C++ compiler.
  243. gcc260-objc.lha        Objective-C compiler, header and libraries.
  244. gcc260-objc-020.lha    68020+68881 versions of Objective-C compiler.
  245. gcc260-doc.lha        Gcc AmigaGuide(tm) documents & manpages.
  246. gcc260-utils.lha    Useful utilities needed for development.
  247. gcc260-utilsdoc.lha    Utilities documentation (guide & manpages).
  248. gcc260-texi.lha        All Texinfo documents.
  249. gcc260-diffs.lha    Diff files for all binaries.
  250. gcc260-src.lha        Source for gcc-2.6.0 plus diff file.
  251.  
  252. Name            What                    Where    
  253. ----            ----                    -----
  254.  
  255. COPYING            GNU LICENSE, read!!            All archives
  256. COPYING.LIB        GNU LIBRARY LICENSE, read!!        All archives
  257. README-2.6.0        this file                All archives
  258. NEWS-2.6.0        What's new in gcc-2.6.0            gcc260-base
  259. Installer        Commodore installer utility        gcc260-base
  260. GCC-Install        Installer script to configure gcc    All archives
  261. envarc/            global environment variables you should
  262.             have set when using this programming    gcc260-base
  263.             environment
  264. include/        non-amiga specific C/C++ headers    gcc260-base
  265. os-include/inline    amiga specific inline C headers. Add    gcc258-base
  266.             Commodore headers!!        
  267. os-lib/            amiga specific libraries        gcc260-base
  268. guide/            Docs in AmigaGuide(tm) format        gcc260-doc
  269. man/            this is the root for tons of man pages    gcc260-doc
  270. bin/            this is /bin, and contains all         gcc260-c
  271.             binaries of this distribution that    gcc260-c++
  272.             are meant to be directly invoked by    gcc260-utils
  273.             the user (contrary to the executables
  274.                  in lib/gcc-lib/, that are meant to be
  275.             invoked by a driver program like gcc)
  276. lib/            normal (not base relatives) libraries    gcc260-base
  277. lib/libm020/        normal 68020 libraries            gcc260-base
  278. lib/libb/        base relatives libraries        gcc260-base
  279. lib/libb/libm020/    base relatives using 68020 libraries    gcc260-base
  280. lib/libnix/        Non-ixemul libraries            gcc260-base
  281. lib/libm020/libnix/    Non-ixemul 68020 libraries        gcc260-base
  282. lib/libb/libnix/    Non-ixemul base relatives libraries    gcc260-base
  283. lib/libb/libm020/libnix    Non-ixemul base relatives 68020 libs    gcc260-base
  284. lib/gcc-lib/        home of compilers called by gcc        gcc260-c
  285.                                 gcc260-c++
  286.                                 gcc260-objc
  287. ixpipe/            a pipe handler needed by the library    gcc260-base
  288. libs/            ixemul.library                gcc260-base
  289. rexx/            ARexx wrappers for gcc and g++        gcc260-base
  290. src-patches/        source patches                gcc260-diffs
  291. geninline/        Perl scripts to generate inline headers    gcc260-base
  292.             and -lamy glue
  293.  
  294. ==============
  295. Inline-Headers
  296. ==============
  297.  
  298. Since I'm not able to redistribute amiga header files, you will have to get
  299. them directly from Commodore, unless you're an official registrated Amiga
  300. developer. In order to generate inline-headers, follow these steps (provided
  301. amiga headers and fd files are in os-include). You don't have to generate them
  302. if you use OS3.1 (40.13 headers).
  303.  
  304. 1) First method:
  305.  
  306. CLI> stack 100000
  307. CLI> Assign INCLUDE: GCC:os-include
  308. CLI> Assign FD: INCLUDE:fd
  309. CLI> Makedir INCLUDE:inline
  310. CLI> cd USR:bin/geninline
  311. CLI> gen31
  312.  
  313. This will create all inline-headers. If you have 2.0 headers, use gen20
  314. instead, if you have 3.0, use gen30, if you have 6.4, send it to me ;-)
  315.  
  316. NOTE: perl scripts do not handle correctly AmigaDOS include files, which
  317. seems to mean they are somewhat broken. If someone could work on this...
  318.  
  319. 2) Second method:
  320.  
  321. Use fd2inline, which you can find on Aminet in dev/gcc.
  322.  
  323. ===============
  324. Amiga Libraries
  325. ===============
  326.  
  327. Starting from this release an AmigaDOS compliant library is provided,
  328. thanks to libnix authors (Matthias Fleischer and Gunther Nikl).
  329.  
  330. Anyway if you want to rebuild one, there are two methods:
  331.  
  332. 1) Using hunk2gcc; the AmigaDOS object converter made by Markus Wild. To
  333. achieve this, simply grab a copy of latest amiga.lib (from Commodore
  334. Development Kit) and make a new directory where you want your converted
  335. object files to go, cd into it, and enter
  336.  
  337.   hunk2gcc amiga.lib [..further libs if you like..]
  338.  
  339. This generates an a.out object file for every program unit present in the
  340. hunk file (in this case, from amiga.lib).
  341.  
  342. As the final step convert all those files into an a.out style library by
  343. issuing:
  344.  
  345.   ar qc libamiga.a obj.*
  346.   ranlib libamiga.a
  347.  
  348. The ranlib run builds a symbol table in the archive, and makes accesses to
  349. the library much faster.
  350.  
  351. 2) Creating a libamiga.a library with libnix is fairly easy, but takes some
  352. time. Just uncompress sources.lha from libnix distribution and run a
  353. 'make libamiga.a'.
  354.  
  355. NOTE:
  356.  
  357. As long as you make no AmigaDOs specific calls, you can create a dummy library
  358. using:
  359.  
  360.   cat "int dummy;" >dummy.c
  361.   gcc -c dummy.c
  362.   ar crv libamiga.a dummy.o
  363.   mv libamiga.a gcc:lib
  364.  
  365. A small libamiga.a (dummy) is also provided with libnix.
  366.  
  367. ============
  368. Installation
  369. ============
  370.  
  371. 1) If this is your first installation of GCC, follow these steps;
  372.  
  373. - You need first to create a directory gnu on your hard-disk and unarchive
  374. first part:
  375.     CLI> cd place_with_lot_of_space
  376.     CLI> makedir gnu
  377.     CLI> lha x gcc260-base.lha
  378.  
  379. - Now you have to append gnu/s/user-startup to your s:user-startup file
  380. (replace Devel:GNU by your own gnu path). Execute it in order to get new
  381. assigns:
  382.     CLI> execute gnu/s/user-startup
  383.  
  384. - Copy gnu/envarc to ENVARC:
  385.     CLI> copy gnu/envarc/#? ENVARC:
  386.  
  387. - C-compiler is needed so unarchive C compiler part (Users with
  388. accelerated amigas can unarchive gcc260-c-020 part instead) :
  389.     CLI> lha x gcc260-c.lha  (or gcc260-c-020)
  390.  
  391. - If you want to have Gcc documentation on-line, unarchive doc part:
  392.     CLI> lha x gcc260-doc.lha
  393.  
  394. - If you want to do C++, unarchive C++ part (Users with
  395. accelerated amigas can unarchive gcc260-c++-020 part instead) :
  396.     CLI> lha x gcc260-c++.lha (or gcc260-c++-020)
  397. Please not that 68020+68881 versions have '.020' extension in GNU:bin.
  398.  
  399. - If you want to do Objective-C, unarchive Objective-C part (Users with
  400. accelerated amigas can
  401.  unarchive gcc260-objc-020 part instead) :
  402.     CLI> lha x gcc260-objc.lha (or gcc260-objc-020)
  403.  
  404. - If you want additional utilities (recommended for Unix compatibility),
  405. unarchive utils part:
  406.     CLI> lha x gcc260-utils.lha
  407.  
  408. - If you want all utilities documentation no-line, unarchive utils-doc
  409. part:
  410.     CLI> lha x gcc260-utilsdoc.lha
  411.  
  412. - Because some programs are normally link to others, please run script:
  413.     CLI> sh /gnu/s/restorelinks
  414.   Or if you don't want to use makelink but rather copy file, run script:
  415.     CLI> sh /gnu/s/restorelinks copy
  416.  
  417. - If you want to rebuild all distribution, you'll have to unarchive
  418. diff part:
  419.     CLI> lha x gcc260-diffs.lha
  420.  
  421. - If you want to build Postscipt files for Gcc documention, unarchive
  422. texinfo part:
  423.     CLI> lha x gcc260-texi.lha
  424.  
  425. - Now skip to next paragraph and happy compiling!
  426.  
  427. 2) If you "upgrade" your gcc environment from v2.5.x, just unarchive first
  428.    2 archives as it would normally include all what you need (thus gcc260-base
  429.    and gcc260-c). Make sure you delete your previous ixemul.library
  430.    wherever it is (usually LIBS:).
  431.  
  432. NOTE:  new version of ixemul.library is provided, make sure you don't have
  433. another copy somewhere which may conflict with gcc.
  434.      
  435. =============================
  436. Your first C program with gcc
  437. =============================
  438.  
  439. What about a nice Hello World ?
  440.  
  441.     #include <stdio.h>
  442.  
  443.     main()
  444.     {
  445.       printf("Hello World!\n");
  446.     }
  447.         
  448. This was pretty simple ;-) Now we have to compile it.     
  449. There's a lot of options in gcc but simplest way to compile this would be:
  450.  
  451. CLI> gcc -o hello hello.c
  452.  
  453. Simple ?
  454.  
  455. Here's more options.
  456.  
  457. Target processor for Motorola family:
  458. You can compile plain 68000 code, 68020, 68030, 68040, 68881 (have a look at
  459. GCC documentation, either in info or AmigaGuide format, chapter Invoking Gcc/
  460. SubModel Options/M680X0 Options for Motorola specific compilation flags).
  461.  
  462. CLI> gcc -m68020 -m68881 -o hello hello.c
  463.  
  464. This will compile your programs using 68020 code and direct calls to
  465. math-processor, and will link with accelerated libraries, located in
  466. GCC:lib/lib020.
  467.  
  468. Optimization:
  469. Either you don't want optimization, or you can provide -O, which will 
  470. optimize your code, or if you really want top optimization, use -O2 flag (for
  471. more discussion about optimization, read info or AmigaGuide doc chapter
  472. Invoking Gcc/Optimize Options). There's now even a -O3 optimization option,
  473. which will go even further.
  474.  
  475. CLI> gcc -O2 -o hello hello.c
  476.  
  477. You'll never have a "Hello World" program running so fast ;-)
  478.  
  479. Code generation:
  480. Perhaps you want to generate resident programs.
  481. Flag is -resident, at compile and link stage.
  482.  
  483. CLI> gcc -resident -o hello hello.c
  484.  
  485. Of course you can mix all options, resulting in:
  486.  
  487. CLI> gcc -O2 -m68020 -m68881 -resident -o hello hello.c
  488.  
  489. This will make a 68020+68881 executable highly optimized and resident.
  490.  
  491. IMPORTANT:
  492. If you only use AmigaDOS functions or you don't want to use ixemul for
  493. philosophical reasons, you can get rid of ixemul.library with:
  494.  
  495. CLI> gcc -noixemul -o foobar foobar.c
  496.  
  497. provided you have libnix distribution (included with 2.6.0 distribution).
  498.  
  499. ================
  500. Ixemul vs Libnix
  501. ================
  502.  
  503. Starting with 2.6.0 version of amigados-gcc, two C libraries are provided.
  504.  
  505. First one is using ixemul.library Amiga shared-library at run-time. This
  506. library makes it possible to easily convert Unix(tm) programs to AmigaDOS,
  507. and made for example possible gcc on AmigaDOS. Have a look at ixemul.guide
  508. for further informations.
  509.  
  510. Second one is an ANSI-C compliant library which is better suited for
  511. AmigaDOS specific development, thus not using any Unix specific routines.
  512.  
  513. Note that you can develop AmigaDOS specific programs with ixemul.library,
  514. but at the cost of an extra 200KB memory taken by shared library.
  515.  
  516. ===============================
  517. Redirection with ixemul.library
  518. ===============================
  519.  
  520. A common problem seen with amigados-gcc is bad redirection to sderr.
  521.  
  522. The fact is that ixemul.library takes stderr from the pr_CES field
  523. in the process structure. The field was added in 2.0. If the field
  524. is not set, then ixemul uses stdout, instead. The trouble is that this
  525. field must be set by the shell, and the only shell that does so is
  526. WShell!
  527.  
  528. The rationale behind ixemul.library working this way is that
  529. "run <NIL: >NIL: cmd" will detach your process from the terminal, so
  530. that you can close the initial CLI window after startup.
  531.  
  532. In any case, there is a workaround for the problem that was posted to the
  533. list a while back: compile your main program using the -Dmain=mymain
  534. option, then link with stderrfix.o to provide the actual main that will
  535. do the magic that creates an stderr stream that is different from
  536. stdout. Along with the C version a C++ version is included and was used to
  537. compile groff.
  538.  
  539. Thanks to Kriton Kyrimis for this explanation and patch.
  540. stderr fixes can be found in GNU:stderrfix (srcs-) and GNU:lib (.o files).
  541.  
  542. =====
  543. ARexx
  544. =====
  545.  
  546. The provided ARexx scripts have been contributed by Loren J. Rittle.
  547. If you like ARexx, they're an alternate way of calling gcc. They 
  548. automatically make sure you're using a large enough stack setting, and 
  549. enable you to compile C++ programs with less obscure options. This 
  550. approach is furthermore useful if you're not able to use the g++ /bin/sh
  551. script.
  552.  
  553. ===============
  554. gcc versus gccv
  555. ===============
  556.  
  557. gccv stands for a gcc using vfork() to spawn a new process, and then calling
  558. the new execve() function in ixemul.library to call its subcompilers. Gcc
  559. continues to using the more system friendly RunCommand() function in
  560. dos.library to start subcompilers. Gccv has the advantage of being able to
  561. work with interprocess pipes, thus (provided you have the memory ;-)), you're
  562. able to do
  563.  
  564.     gccv -pipe your_program.c
  565.  
  566. causing the preprocessor (cpp), the C-compiler (cc1) and the assembler (as)
  567. to run at the same time, passing intermediate files thru internal pipes 
  568. instead of using temporary files.
  569.  
  570. As long as you don't want that feature (ok, playing with certain make tools
  571. also requires gccv) you're safe using gcc.
  572.  
  573. ==========
  574. stack size
  575. ==========
  576.  
  577. You need to have a 50.000 stack size in order to compile with GCC. This should
  578. be enough for most projects. Note than while recompiling gcc with itself it
  579. has taken more than 300KB stack. Stack can grow due to source complexity.
  580. Don't be afraid of it.
  581.  
  582. To set the stack size, see the AmigaDOS Command 'stack'. 
  583.  
  584. To use ar and/or ranlib, 50KB is the minimum acceptable. You should have a
  585. much larger stack, if you use larger libraries.
  586.  
  587. ===========
  588. C++ headers
  589. ===========
  590.  
  591. With AmigaDOS it makes no difference whether a name has capital or lower-case
  592. letters in names when finding files (i.e. it is case insensitive), you'll 
  593. certainly run into problems with some headers, including String.h and normal
  594. string.h. My suggestion for now is to add to C++ "faulty" header filename an
  595. "_" in front of it, thus String.h would become _String.h. Sorry for
  596. inconvenience. (thanks to Dirk Nehring for reminding me this anoying
  597. "feature").
  598.  
  599. =======
  600. Patches
  601. =======
  602.  
  603. Includes:
  604.  
  605.     Jörg Höhle
  606. hoehle@inf-wiss.uni-konstanz.de
  607.  
  608. There is a conflict between the Amiga and the UNIX definition of the
  609. timeval structure.  Markus Wild proposed in gcc233 to patch the Amiga
  610. devices/timer.h file so that it loads the UNIX sys/time.h file (and
  611. thus tons of other files) (see os-include/devices/timer.mwild.path). I
  612. suggest that sys/time.h and devices/timer.h be modified to detect each
  613. other and use whichever structure was declared first (see
  614. os-include/devices/timer.jch.patch). The supplied include/sys/time.h
  615. file works this way.  You can apply the patches with the program patch
  616. or by hand. The original devices/timer.h file is copyrighted by
  617. Commodore-Amiga and not included, but here is the patch:
  618.  
  619. + #ifndef _SYS_TIME_H_
  620. + /* Use whatever was included first, standard (sys/time.h) or Amiga
  621. +  * includes (jch). */
  622.   struct timeval {
  623.       ULONG tv_secs;
  624.       ULONG tv_micro;
  625.   };
  626. + #else
  627. + #define tv_secs  tv_sec
  628. + #define tv_micro tv_usec
  629. + #endif
  630.  
  631. The sys/types.h defined BPTR causing conflicts with Amiga includes. I
  632. removed the BPTR definition from sys/types.h and sys/proc.h. In
  633. gcc233, there was no such definition either.
  634.  
  635. I moved the ixemul.h file from include/ to the ixemlib/library/
  636. directory. The ixemlib/ directory could contain the ixemul.library
  637. sources. In the ixemul source tree, ixemul.h is found in the library/
  638. directory.  Furthermore I patched it so that it is now able to compile
  639. a working ixconfig. It was broken (because of the broken ixemul.h) in
  640. gcc252/3/4.  It previously worked in gcc233 but didn't provide the -e
  641. option. The ixemlib/library/version.h is an empty fake. I don't have a
  642. newer ixemul.h file.
  643.  
  644. There's yet another minor patch I'd like to suggest:
  645. *** include/stdlib.h.orig    Mon Aug 10 15:28:54 1992
  646. --- include/stdlib.h    Fri Dec 09 17:12:38 1993
  647. ***************
  648. *** 72,76 ****
  649. --- 72,80 ----
  650.   void    *calloc __P((size_t, size_t));
  651.   div_t     div __P((int, int));
  652. + #if 0
  653.   void volatile exit __P((int));
  654. + #else /* new ANSI-C interpretation */
  655. + typedef void exit_t __P((int)); volatile exit_t exit;
  656. + #endif
  657.   void     free __P((void *));
  658.   char    *getenv __P((const char *));
  659.  
  660. ===============
  661. Ld (GNU linker)
  662. ===============
  663.  
  664. Starting from 2.5.8 release, ld behavior over symbols has changed. Default is
  665. now to strip all symbols from generated executable ONLY if environment variable
  666. LDSTRIP is set (to whatever you want). Otherwise, '-s' flag will strip symbols,
  667. as usual.
  668. Also packing of uninitialized data will be done automatically if LDSHORTDATA is
  669. set (to whatever you want).
  670. Ld also knows about -chip and -fast keywords, gcc will soon handle them
  671. directly.
  672. Ld is using now flavors, which are generated depending on gcc flags:
  673.  
  674. Gcc option    Flavor passed to ld
  675. -m68020        -fl libm020
  676. -noixemul    -fl libnix
  677. -resident    -fl libb
  678.  
  679. Thus ld when searching for libraries, add to search library path those flavors,
  680. in alphabetical order. Normal search path is /gnu/lib, and if for example you
  681. want to compile using -m68020 -noixemul ld will look for libgcc.a in:
  682.     /gnu/lib/libm020/libnix
  683. first, then will reduce flavors, one by one, if it can't find required library
  684. in flavor's expanded path. This means that it will try to find libgcc.a in:
  685.     /gnu/lib/libm020
  686. and in  /gnu/lib/. because libgcc.a exists in /gnu/lib/libm020, ld will take
  687. this one.
  688.  
  689. There is as for now 8 possibilities:
  690.  
  691.     Flavors        Search path
  692. libb libm020 libnix
  693.  0      0      0    /gnu/lib/            normal
  694.  0      0      1    /gnu/lib/libnix/        non-ixemul
  695.  0      1      0    /gnu/lib/libm020/        normal 68020
  696.  0      1      1    /gnu/lib/libm020/libnix/    non-ixemul 68020
  697.  1      0      0    /gnu/lib/libb/            baserel
  698.  1      0      1    /gnu/lib/libb/libnix/        baserel non-ixemul
  699.  1      1      0    /gnu/lib/libb/libm020/        baserel 68020
  700.  1      1      1    /gnu/lib/libb/libm020/libnix/    baserel 68020 non-ix
  701.  
  702. Using this approach makes adding flavors pretty easily, if someone wants for
  703. example to add 68881 libraries, a new flavor will hve to be created, libm881,
  704. and thus maximum level flavor search path would be:
  705. /gnu/lib/libb/libm020/libm881/libnix, which can be translated in english as:
  706. "I want a base-relative library compiled using Motorola 68020 and coprocessor
  707. 68881, not using ixemul.library".
  708.